home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7939 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  975 b 

  1. Path: galaxy.uci.agh.edu.pl!news
  2. From: Robert Bodziony <bodzio@student.uci.agh.edu.pl>
  3. Newsgroups: comp.lang.c++
  4. Subject: Class to getting,drawning pictures on C++
  5. Date: Thu, 15 Feb 1996 10:37:45 +0100
  6. Organization: University of Mining & Metallurgy
  7. Message-ID: <3122FEE9.167EB0E7@student.uci.agh.edu.pl>
  8. NNTP-Posting-Host: ernie.uci.agh.edu.pl
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0b5 (X11; I; SunOS 4.1.3 sun4m)
  13.  
  14. Hi 
  15. I wanna have class ( exp. Image) to getting pictures and drawning them
  16. on screen..
  17. ..i want to do someting like that...
  18. .....
  19. myprog.cpp
  20. ..bla.bla....
  21. .....
  22. Image pic("ann.gif") // or else formats like BMP,JPG,TIFF
  23.  .....
  24.  pic.draw(xpos,ypos)
  25.  
  26. If someone knows addres ftp (with sources) or did something like i want
  27. i will be greatfull if he send me mail with sources. :)))
  28. THX for help :))
  29.     Robert Bodziony
  30.     bodzio@student.uci.agh.edu.pl
  31.     bodziony@ucinvl.uci.agh.edu.pl
  32.